build: Upgrade to ora2==6.17.2 which removes loremipsum base dep#37991
Merged
kdmccormick merged 1 commit intomasterfrom Feb 9, 2026
Merged
build: Upgrade to ora2==6.17.2 which removes loremipsum base dep#37991kdmccormick merged 1 commit intomasterfrom
ora2==6.17.2 which removes loremipsum base dep#37991kdmccormick merged 1 commit intomasterfrom
Conversation
We hope this will fix an error where loremipsum is using pkg_resources, which setuptools dropped support for as of v82 (released yesterday).
Member
Author
|
|
Member
Author
|
Sorry, wrong PR, disregard the above comment |
brian-smith-tcril
approved these changes
Feb 9, 2026
Contributor
brian-smith-tcril
left a comment
There was a problem hiding this comment.
All tests except check_dependencies passed, so this LGTM!
|
Maybe this suggests that setuptools should be pinned to a specific version ? |
kdmccormick
added a commit
that referenced
this pull request
Feb 9, 2026
…37991) We hope this will fix an error where loremipsum is using pkg_resources, which setuptools dropped support for as of v82 (released yesterday).
This was referenced Feb 10, 2026
blarghmatey
pushed a commit
to mitodl/edx-platform
that referenced
this pull request
Feb 11, 2026
…penedx#37991) We hope this will fix an error where loremipsum is using pkg_resources, which setuptools dropped support for as of v82 (released yesterday). (cherry picked from commit d0a2212)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
We hope this will fix an error caused by the fact that loremipsum is using
pkg_resources, which setuptools dropped support for as of v82 (released yesterday).Supporting information
Issue report from community member: https://discuss.openedx.org/t/course-catalog-is-empty/18379/7?u=kmccormick
Related links:
Testing instructions
I am currently running a
tutor images build openedx openedx-devto see if this PR fixes the build issue.Even if it doesn't, we'll want to merge this PR, and then keep digging in order to find other packages relying on
pkg_resources.No need to manually test application code, in my opinion.
Deadline
ASAP, as this blocks basically all Open edX developers and site operators from building the platform image from scratch.
Other information
We should backport this to Ulmo, and possibly to older releases as well.
We did not fix the usage of
loremipsumin edx-ora2 test code. That'll need to be done as followup later, but it's not critical to unblocking general open edx backend development.loremipsumbroken as of setuptools v82 edx-ora2#2361